var runtime.goroutineProfile

21 uses

	runtime (current package)
		coro.go#L232: 	if goroutineProfile.active {
		mprof.go#L1262: var goroutineProfile = struct {
		mprof.go#L1314: 	semacquire(&goroutineProfile.sema)
		mprof.go#L1338: 		semrelease(&goroutineProfile.sema)
		mprof.go#L1352: 	goroutineProfile.offset.Store(1)
		mprof.go#L1359: 	goroutineProfile.active = true
		mprof.go#L1360: 	goroutineProfile.records = p
		mprof.go#L1361: 	goroutineProfile.labels = labels
		mprof.go#L1380: 	endOffset := goroutineProfile.offset.Swap(0)
		mprof.go#L1381: 	goroutineProfile.active = false
		mprof.go#L1382: 	goroutineProfile.records = nil
		mprof.go#L1383: 	goroutineProfile.labels = nil
		mprof.go#L1408: 	semrelease(&goroutineProfile.sema)
		mprof.go#L1487: 	offset := int(goroutineProfile.offset.Add(1)) - 1
		mprof.go#L1489: 	if offset >= len(goroutineProfile.records) {
		mprof.go#L1504: 	systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &goroutineProfile.records[offset], pcbuf) })
		mprof.go#L1506: 	if goroutineProfile.labels != nil {
		mprof.go#L1507: 		goroutineProfile.labels[offset] = gp1.labels
		proc.go#L3339: 	if goroutineProfile.active {
		proc.go#L4815: 		if goroutineProfile.active {
		proc.go#L5229: 		if goroutineProfile.active {